Floating Panels > The floating panel API > displayHelp()

 

displayHelp()

Description

If this function is defined, a Help button appears below the OK and Cancel buttons in your dialog box. This function is called when the user clicks the Help button.

Arguments

None.

Returns

Nothing.

Example

The following instance of displayHelp() opens in a browser window a file with instructions:

function displayHelp(){ 
	dreamweaver.browseDocument('http://www.hotwired.com/¬
	webmonkey/javascript? /code_library/wm_pos2_elmnt_dw/¬
	?tw=javascript');
}